home *** CD-ROM | disk | FTP | other *** search
- object MailSystem: TMailSystem
- Left = 253
- Top = 140
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'MailSystem'
- ClientHeight = 185
- ClientWidth = 284
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object RadioGroup1: TRadioGroup
- Left = 24
- Top = 16
- Width = 233
- Height = 105
- Hint = 'Client Mail System'
- Caption = 'Choose Mail System'
- ItemIndex = 1
- Items.Strings = (
- 'Exchange'
- 'VIM (cc:Mail, Notes)'
- 'POP3/SMTP protocols')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object Button1: TButton
- Left = 32
- Top = 136
- Width = 217
- Height = 33
- Hint = 'Load Selected Library'
- Caption = '&Continue'
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-